-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement IAlternateEqualityComparer<ReadOnlySpan<char>, string>
on EqualityComparer<string>.Default
#104202
Implement IAlternateEqualityComparer<ReadOnlySpan<char>, string>
on EqualityComparer<string>.Default
#104202
Conversation
69a192b
to
b627e2c
Compare
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.cs
Outdated
Show resolved
Hide resolved
894ce80
to
a6e4488
Compare
...raries/System.Collections.Concurrent/tests/ConcurrentDictionary/ConcurrentDictionaryTests.cs
Outdated
Show resolved
Hide resolved
… `EqualityComparer<string>.Default`
5b1ec8f
to
d13131e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing lots of build errors, but they appear to be infra related?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Managed side changes LGTM.
/azp run runtime-nativeaot-outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (once the naot test run passed with no failures related to this change)
Improvements: |
Fixes #102906